Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 3, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/cache action patch v3.3.2 -> v3.3.3 age adoption passing confidence
gradle (source) minor 8.1 -> 8.6 age adoption passing confidence
gradle/gradle-build-action action digest 9bca466 -> 0706ab3 age adoption passing confidence
dev.rollczi.litecommands:bukkit-adventure dependencies patch 2.8.7 -> 2.8.9 age adoption passing confidence
net.kyori:adventure-text-minimessage dependencies minor 4.13.0 -> 4.15.0 age adoption passing confidence
net.kyori:adventure-platform-bukkit dependencies patch 4.3.0 -> 4.3.2 age adoption passing confidence
checkstyle (source) dependencies minor 10.9.3 -> 10.13.0 age adoption passing confidence
xyz.jpenilla.run-paper plugin minor 2.0.1 -> 2.2.3 age adoption passing confidence
net.minecrell.plugin-yml.bukkit plugin minor 0.5.3 -> 0.6.0 age adoption passing confidence

Release Notes

actions/cache (actions/cache)

v3.3.3

Compare Source

What's Changed

New Contributors

Full Changelog: actions/cache@v3...v3.3.3

gradle/gradle (gradle)

v8.6

Compare Source

v8.5

Compare Source

v8.4: 8.4

Compare Source

The Gradle team is excited to announce Gradle 8.4.

Amongst other improvements, this release addresses two security vulnerabilities:

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Ahmed Ehab,
Andrei Rybak,
Baptiste Decroix,
Björn Kautler,
Cesar de la Vega,
Ganavi Jayaram,
Gaurav Padam,
hwanseok,
J.T. McQuigg,
Jakub Chrzanowski,
Jendrik Johannes,
kackey0-1,
Konstantin Gribov,
Pratik Haldankar,
Qinglin,
Sebastian Schuberth,
Thad House,
valery1707,
Vladimir Sitnikov,
wuyangnju,
Yanming Zhou,
Yanshun Li,
Yusuke Uehara,
zeners

Upgrade instructions

Switch your build to use Gradle 8.4 by updating your wrapper:

./gradlew wrapper --gradle-version=8.4

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v8.3: 8.3

Compare Source

The Gradle team is excited to announce Gradle 8.3.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Adam,
Ahmed Ehab,
Aurimas,
Baptiste Decroix,
Björn Kautler,
Borewit,
Korov,
Mohammed Thavaf,
Patrick Brückner,
Philip Wedemann,
Róbert Papp,
Shi Chen,
Tony Robalik

Upgrade instructions

Switch your build to use Gradle 8.3 by updating your wrapper:

./gradlew wrapper --gradle-version=8.3

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v8.2.1

Compare Source

v8.2: 8.2

Compare Source

The Gradle team is excited to announce Gradle 8.2.

Amongst other improvements, this release addresses two security vulnerabilities:

Read the Release Notes

We would like to thank the following community contributors for their contributions to this release of Gradle:

Bruno Didot,
Eric Vantillard,
esfomeado,
Jendrik Johannes,
Jonathan Leitschuh,
Lee Euije,
Stefan Oehme,
Todor Dinev,
Yanshun Li

Upgrade instructions

Switch your build to use Gradle 8.2 by updating your wrapper:

./gradlew wrapper --gradle-version=8.2

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v8.1.1: 8.1.1

Compare Source

This is a patch release for Gradle 8.1. We recommend using 8.1.1 instead of 8.1.

It fixes the following issues:

  • #​24748 MethodTooLargeException when instrumenting a class with thousand of lambdas for configuration cache
  • #​24754 Kotlin DSL precompiled script plugins built with Gradle 8.1 cannot be used with other versions of Gradle
  • #​24788 Gradle 8.1 configure freeCompilerArgs for Kotlin in buildSrc breaks build with unhelpful errors

Read the Release Notes

Upgrade Instructions

Switch your build to use Gradle 8.1.1 by updating your wrapper:

./gradlew wrapper --gradle-version=8.1.1

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 8.1.1.

Reporting Problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

KyoriPowered/adventure (net.kyori:adventure-text-minimessage)

v4.15.0: 🌏 Adventure 4.15.0

Adventure 4.15.0 is a feature release, primarily focused around adding support for new serialization styles used in Minecraft 1.20.3, but containing some other useful changes.

The support for 1.20.3 in this release is at about a bare-minimum level of what's needed to support reading components generated in the newer version. Further parity features have been targeted for 4.16.0.

✨ Features

🐛 Fixes

📚 Documentation

Other

New Contributors

Full Changelog: KyoriPowered/adventure@v4.14.0...v4.15.0

v4.14.0: 🌏 Adventure 4.14.0

Adventure 4.14.0 is a feature release introducing some long-awaited API additions, primarily focused on component serializers.

✨ Features
🔧 Changes

As a small programming note, the changes necessary to introduce the text-serializer-json abstraction have shifted things around in the Adventure module dependency graph. adventure-text-serializer-gson now depends on adventure-text-serializer-json. Additionally, adventure-text-serializer-gson-legacyimpl now depends on adventure-text-serializer-json-legacyimpl, and is entirely deprecated, to be replaced with the json version. In 4.15.0, we will no longer ship the deprecated submodule -- any users who need it can continue to depend on the older version. To facilitate this change, adventure-text-serializer-gson-legacyimpl has been removed from the bom to avoid improperly forcing version alignment.

🐛 Fixes
New Contributors

Full Changelog: KyoriPowered/adventure@v4.13.1...v4.14.0

v4.13.1: 🌏 Adventure 4.13.1

Adventure 4.13.1 is a bugfix release with fixes focused around MiniMessage and translatable component fallbacks. We recommend updating at your earliest convenience.

Fixes 🐛
New Contributors

Full Changelog: KyoriPowered/adventure@v4.13.0...v4.13.1

KyoriPowered/adventure-platform (net.kyori:adventure-platform-bukkit)

v4.3.2

Compare Source

This is a patch release to add support for 1.20.3 and 1.20.4 on the Bukkit platform.

What's Changed

Full Changelog: KyoriPowered/adventure-platform@v4.3.1...v4.3.2

v4.3.1

Compare Source

This is a bugfix release to add support for Minecraft 1.20.2 on the Bukkit platform.

What's Changed

New Contributors

Full Changelog: KyoriPowered/adventure-platform@v4.3.0...v4.3.1


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from d73800a to f7303c1 Compare July 13, 2023 23:21
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from abdbf5c to f417fe8 Compare July 22, 2023 15:35
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from d64f801 to 0daae82 Compare July 30, 2023 19:16
@renovate renovate bot force-pushed the renovate/all branch 12 times, most recently from c9e6ec6 to 5d5db68 Compare August 21, 2023 01:17
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from db07257 to dd2c4ba Compare August 28, 2023 06:04
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from 736891a to 7916fa8 Compare January 29, 2024 19:07
@renovate renovate bot force-pushed the renovate/all branch 21 times, most recently from c0f7868 to 17ab239 Compare February 4, 2024 11:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants